home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / tcp / amirc11_efnet.lha / AmIRC11_Efnet_Patch.readme < prev    next >
Text File  |  1996-12-31  |  880b  |  28 lines

  1. A certain efnet server patch causes servers to reject AmIRC as a "bot",
  2. based on the "USER" statement used by AmIRC during login.  The server patch
  3. is totally wrong and violating RFC-1459, although this obviosuly doesn't
  4. help the issue at all.
  5.  
  6. To overcome the server bug, you can modify your AmIRC executable.  Load it
  7. into an hex editor, and search for the string "USER %s . . :%s".  Modify
  8. this string to "USER %s - - :%s".  Be careful to not touch anything else in
  9. the executable.
  10.  
  11. I've created a set of spatches to modify the AmIRC 1.1 executable
  12. accordingly. They are applied as follows:
  13.  
  14.  spatch -pAmIRC_efnet.PCH AmIRC
  15.  
  16. or
  17.  
  18.  spatch -pAmIRC020_efnet.PCH AmIRC020
  19.  
  20. from a shell window. The modified executable will be
  21. named "AmIRC.new"or "AmIRC020.new" after the patch.
  22.  
  23. The patch is available via ftp from ftp.vapor.com,
  24. as "/pub/amirc/amirc11_efnet.lha".
  25.  
  26. Sincerely,
  27. Olli
  28.